From 458c819e574cd605ac845303041eadce632be881 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Jul 2002 07:34:22 +0000 Subject: [PATCH] (face-id): Fix typo. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 3dfc24931ad..422a851f56e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -224,7 +224,7 @@ Value is FACE." ;; support faces in display table entries. (defun face-id (face &optional frame) - "Return the interNal ID of face with name FACE. + "Return the internal ID of face with name FACE. If optional argument FRAME is nil or omitted, use the selected frame." (check-face face) (get face 'face)) -- 2.30.2